From: | Keith Halstead |
Date: | 4 Sep 2001 at 19:55:15 |
Subject: | [D5] Re: My data type. Why I am doing it that way. |
Hi Andrew,
On 04-Sep-01, Jonathan Potter wrote:
> At 17:06 4/09/01 +1000, Andrew Bruno said:
>> matchname #?.txt
>> Command READ {F}
> You don't need the {F} in the command. The internal commands don't accept
> the {} control codes.
It's also worth noting that even if they did you should be using {f}, not {F}.
{F} would operate on all selected files - there are very few circumstances
(none that I can think of) when you would want that when you are doing a
filetype-specific action from a double-click action or popup menu. In fact
I'm not even sure if it would work.
Regards,
Keith